Add documentation note for GtkOffscreenWindow emission of damage-event.
authorCody Russell <crussell@canonical.com>
Sat, 19 Dec 2009 15:09:54 +0000 (16:09 +0100)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Sun, 4 Apr 2010 00:53:45 +0000 (20:53 -0400)
gtk/gtkoffscreenwindow.c

index dd14159d7622224f9a9d18854f2343560681d8a4..fb6b9d90b70efda9b94601c713cedd419e5a3bb4 100644 (file)
@@ -43,6 +43,9 @@
  * detail.  Applications should not use any API specific to #GtkWindow
  * to operate on this object.  It should be treated as a #GtkBin that
  * has no parent widget.
+ *
+ * When contained offscreen widgets are redrawn, #GtkOffscreenWindow
+ * will emit a "damage-event" signal.
  */
 
 G_DEFINE_TYPE (GtkOffscreenWindow, gtk_offscreen_window, GTK_TYPE_WINDOW);